An open API service indexing awesome lists of open source software.

https://github.com/atomikui/atomikui-core-sass

A small library of Sass utility classes, function, mixins, variables and 192 colors
https://github.com/atomikui/atomikui-core-sass

css npm npm-package sass

Last synced: about 2 months ago
JSON representation

A small library of Sass utility classes, function, mixins, variables and 192 colors

Awesome Lists containing this project

README

          

# Atomik UI Core Sass

The Atomik UI Core Sass package contains a variety of Sass utilities to help make styling your project easier.

### Features Include:

- Variables
- Functions
- Mixins
- Color Palette with 192 colors
- Utility classes for typography, spacing, layout and more

### Installation

```
npm install @atomikui/core-sass
```

### Usage

```CSS
@import 'node_modules/@atomikui/core-sass/main';
```