All Projects → W3cplus → Sassmagic

W3cplus / Sassmagic

Collection best of Sass mixins and function

Projects that are alternatives of or similar to Sassmagic

Juice
Mixins for Life
Stars: ✭ 274 (-65.53%)
Mutual labels:  scss, sass, sass-mixins
Bourbon
Bourbon is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 9,065 (+1040.25%)
Mutual labels:  scss, sass, sass-mixins
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (-93.58%)
Mutual labels:  scss, sass, sass-mixins
Css Vars
Sass mixin to use CSS Custom Properties with Sass
Stars: ✭ 164 (-79.37%)
Mutual labels:  scss, sass, sass-mixins
Sass Extras
Useful utilities for working with Sass
Stars: ✭ 179 (-77.48%)
Mutual labels:  scss, sass, sass-mixins
Sassessentials
Repository for my tutorial course: Sass Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 167 (-78.99%)
Mutual labels:  scss, sass, sass-mixins
Sscss
Light Sass lib for managing your font-size, margin, padding, and position values across breakpoints.
Stars: ✭ 119 (-85.03%)
Mutual labels:  scss, sass, sass-mixins
Sass Deprecate
Let Sass warn you about the pieces of your UI that are deprecated, providing a clear upgrade path for developers
Stars: ✭ 265 (-66.67%)
Mutual labels:  scss, sass, sass-mixins
Breakpoint Slicer
Slice media queries with ease
Stars: ✭ 332 (-58.24%)
Mutual labels:  scss, sass, sass-mixins
Progress Tracker
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
Stars: ✭ 461 (-42.01%)
Mutual labels:  scss, sass
Libsass Python
A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!
Stars: ✭ 484 (-39.12%)
Mutual labels:  scss, sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-1.51%)
Mutual labels:  scss, sass
Adminkit
🧰 AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: ✭ 395 (-50.31%)
Mutual labels:  scss, sass
Motherplate
A bare bones responsive SCSS boilerplate for web designers
Stars: ✭ 392 (-50.69%)
Mutual labels:  scss, sass
Vscode Live Sass Compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Stars: ✭ 488 (-38.62%)
Mutual labels:  scss, sass
Trunk
Build, bundle & ship your Rust WASM application to the web.
Stars: ✭ 378 (-52.45%)
Mutual labels:  scss, sass
Neat
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 4,506 (+466.79%)
Mutual labels:  scss, sass
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (-36.86%)
Mutual labels:  scss, sass
Typesettings
A Sass or Stylus toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.
Stars: ✭ 380 (-52.2%)
Mutual labels:  scss, sass
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-37.99%)
Mutual labels:  scss, sass

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].