https://github.com/gelder-ux/css-utilities
Lightweight library of scss files meant to speed up prototyping
https://github.com/gelder-ux/css-utilities
css3 cssutils sass-library
Last synced: 5 months ago
JSON representation
Lightweight library of scss files meant to speed up prototyping
- Host: GitHub
- URL: https://github.com/gelder-ux/css-utilities
- Owner: gelder-ux
- License: mit
- Created: 2017-10-21T01:27:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T02:44:24.000Z (over 8 years ago)
- Last Synced: 2025-02-11T14:56:26.126Z (12 months ago)
- Topics: css3, cssutils, sass-library
- Language: HTML
- Size: 4.8 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css-utilities
Lightweight library of scss files meant to speed up prototyping
## How to
Copy over any files you want from the scss directory to wherever you keep your project's sass files. Add import statements for the files in your master scss file.
## To view examples
1) npm install
2) run gulp
3) view index.html in your browser