Lighting Fly is simply and fast SCSS Mixins Library that contains mixins and functions for cross-browser use of modern CSS properties, and simply tricks to speed up your work.
Get started: http://lf.lbstudio.sk
Inside the Lighting Fly you will find SCSS mixins for prefix-free using CSS3, mixins for browser fallbacks and other predesigned features. All mixins are categorized into modules.
List of modules:
- borders
- backgrounds
- transitions
- animations
- transforms
- layout
- helpers
Modules are separated into following file structure.
lightingly/
├── modules/
│ ├── _animations.scss
│ ├── _backgrounds.scss
│ ├── _borders.scss
│ ├── _helpers.scss
│ ├── _layout.scss
│ ├── _transforms.scss
│ ├── _transitions.scss
└── _lighting_fly.scss
All you have to do is this:
- download Lighting Fly library
- unpack archive to your project (best location is where your SCSS files are.)
- import Lighting Fly to your main .scss file
- that is all, now you can start using Lighting Fly mixins.
Full documentation: Docs
- first stable version published
Build and maintained by Vladimír Pittner, Lighting Beetle
Lighting Fly is free software under Do What the Fuck You Want to Public License.