Skip to content

Commit c63f70c

Browse files
committed
Remove SCSS dependency and convert all .scss files into .css.
1 parent cf91c1f commit c63f70c

File tree

15 files changed

+422
-315
lines changed

15 files changed

+422
-315
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flexbox Patterns
22

3-
This repository contains the original SCSS used for the
3+
This repository contains the original CSS used for the
44
components at [www.flexboxpatterns.com](http://www.flexboxpatterns.com).
55
Feel free to use these styles however you like!
66

@@ -10,14 +10,11 @@ Assuming you have Node installed, you can install the project dependencies with
1010
`npm install`. This will install PostCSS and Autoprefixer; two critical tools
1111
for making your CSS cross-browser compatible.
1212

13-
This project also requires you have [SASS](http://sass-lang.com/) installed
14-
(`sudo gem install sass`).
15-
1613
## Commands
1714

1815
`npm run build`
1916

20-
I've chosen to write the styles with SCSS since it's widely adopted and I've
21-
found that it makes me more productive. This command will compile the SCSS into
22-
CSS and add various vendor-prefixed properties. Open up `dist/index.html`
23-
to see a demo page of the various flexbox patterns in the browser.
17+
This command will concatenate the source CSS files into a single CSS file, and
18+
then use PostCSS to add various vendor-prefixed properties. Open up
19+
`dist/index.html` to see a demo page of the various flexbox patterns in the
20+
browser.

0 commit comments

Comments
 (0)