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
- Host: GitHub
- URL: https://github.com/atomikui/atomikui-core-sass
- Owner: atomikui
- Created: 2020-09-25T13:36:27.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-06T17:23:58.000Z (about 5 years ago)
- Last Synced: 2025-09-26T00:52:45.879Z (9 months ago)
- Topics: css, npm, npm-package, sass
- Language: SCSS
- Homepage: https://www.npmjs.com/package/@atomikui/core-sass
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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';
```