mayognaise / scss

A reusable SCSS library

Home Page:https://mayognaise.github.io/scss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCSS

A reusable SCSS library

Install

npm i git+https://github.com/mayognaise/scss.git

Usage

Default

You can simple call:

@import 'scss';

Customize variables

Here is the default variables.

If you wish customize variables:

// common.scss - Create a common scss file to use
@import 'path/to/your/own/variables'; // Import customized variable file. Don't forget adding
@import 'scss';

// You can use this file as library
@import 'path/to/common';

About

A reusable SCSS library

https://mayognaise.github.io/scss/

License:MIT License


Languages

Language:CSS 100.0%