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.
git clone git@github.com:W3cplus/SassMagic.git
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
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/
(The MIT License)
Copyright (©) 2016 W3cplus
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.