Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightingbeetle/lightingfly
SCSS Mixins Library
https://github.com/lightingbeetle/lightingfly
Last synced: about 2 months ago
JSON representation
SCSS Mixins Library
- Host: GitHub
- URL: https://github.com/lightingbeetle/lightingfly
- Owner: lightingbeetle
- License: wtfpl
- Created: 2012-11-24T12:41:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T12:25:05.000Z (over 9 years ago)
- Last Synced: 2024-10-09T16:02:43.799Z (3 months ago)
- Language: CSS
- Homepage: http://lf.lbstudio.sk
- Size: 129 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Lighting Fly](http://lf.lbstudio.sk/static/imgs/logo-black.png)](http://lf.lbstudio.sk)
# Lighting Fly
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:
- [What is inside](#what-is-inside)
- [File structure](#file-structure)
- [How to](#how-to)
- [Documentation](#documentation)
- [Changelog](#changelog)
- [Credits](#credits)
- [License](#license)## What is inside
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## File structure
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
```## How to
All you have to do is this:
1. download Lighting Fly library
2. unpack archive to your project (best location is where your SCSS files are.)
3. import Lighting Fly to your main .scss file
4. that is all, now you can start using Lighting Fly mixins.## Documentation
Full documentation: [Docs](http://lf.lbstudio.sk/getstarted.html)
## Changelog
#### 0.2.0 / 2015-02-06
- first stable version published## Credits
Build and maintained by Vladimír Pittner, [Lighting Beetle](http://lf.lbstudio.sk)
## License
Lighting Fly is free software under [Do What the Fuck You Want to Public License](https://github.com/lightingbeetle/lightingfly/blob/master/LICENSE.md).