Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/W3cplus/SassMagic
Collection best of Sass mixins and function
https://github.com/W3cplus/SassMagic
css sass sass-library sass-mixins sassdoc-document scss scss-library
Last synced: 9 days ago
JSON representation
Collection best of Sass mixins and function
- Host: GitHub
- URL: https://github.com/W3cplus/SassMagic
- Owner: W3cplus
- Created: 2014-08-08T15:02:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T11:39:31.000Z (over 1 year ago)
- Last Synced: 2024-08-04T15:02:55.852Z (3 months ago)
- Topics: css, sass, sass-library, sass-mixins, sassdoc-document, scss, scss-library
- Language: SCSS
- Homepage: http://w3cplus.github.io/SassMagic/
- Size: 308 KB
- Stars: 948
- Watchers: 73
- Forks: 174
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-list - SassMagic
README
![](https://www.w3cplus.com/sites/default/files/blogs/2017/1707/sassmagic.png)
# SassMagic
SassMagic is a collection of Sass mixins and functions to ease and improve our implementations of common style-code patterns.
Collection best of Sass Mixins and Function.If you have seen good and meaningful Mixins or Functions, please send us your code.Let more students share your results.
## Clone Project
git clone [email protected]:W3cplus/SassMagic.git
## Install
Please install NPM and NodeJS. If the installation is done, please run the following command in the project root directory:
npm install
or
cnpm install
## Run the project
In the project root orders, please run the following command:
gulp
If you need to monitor your modified files, you can run:
gulp watch
If you want to generate Sassdoc document, please run:
gulp sassdoc
If you want to view Sassdoc documentation, please enter the following address in the address bar of the browser:
http://localhost/yourworkshopaddress/SassMagic/docs/
## License
(The MIT License)
Copyright (©) 2016 [W3cplus](http://www.w3cplus.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.