Releases: viivue/atomic-css
Releases · viivue/atomic-css
v1.1.4
Release NPM package
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Add position top, right, bottom, left 100%
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
What's Changed
- ⚡ #9 Add position auto for each direction by @vuquangpham in #10
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.2
v1.0.1
In this version:
- Display
- Spacing
- Positioning
- Typography
- Responsive within the same class
- Flex
- Background
- Object fit
- Transitions
- Color
- Theming
Config
// Project info
$info: (
name: 'Your project name',
//variable-prefix: 'prefix'
);
// font family
$fonts: (
primary: (
font-face: "'Be Vietnam Pro', sans-serif",
weight: 400 500 700
),
icomoon: "'icomoon', fantasy"
);
// colors
$colors: (
primary: '#1c44ad',
dark: '#1a1b1c',
"gray": '#f6f6f6',
light-blue: '#115df7',
dark-blue: '#21297d'
);
Coming soon
- Responsive for spacing, font-size and position
- Theming color