Skip to content

Releases: viivue/atomic-css

v1.1.4

02 Nov 08:08
Compare
Choose a tag to compare

Release NPM package

Full Changelog: v1.1.3...v1.1.4

v1.1.3

12 Oct 04:08
Compare
Choose a tag to compare

Add position top, right, bottom, left 100%

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Oct 04:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 Sep 03:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Aug 07:03
Compare
Choose a tag to compare

Add:

  • Skeleton CSS
  • Border radius
  • Width and height

Notice changes:

z-1 now will be z1, without the hyphen.

v1.0.2

08 Jul 06:53
Compare
Choose a tag to compare

New updates 🎉

  • Overflow #2
  • Border radius #3

v1.0.1

16 Jun 02:49
Compare
Choose a tag to compare

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