Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashhitch/less-mixins
A set of Mixins I use in my projects
https://github.com/ashhitch/less-mixins
Last synced: about 2 months ago
JSON representation
A set of Mixins I use in my projects
- Host: GitHub
- URL: https://github.com/ashhitch/less-mixins
- Owner: ashhitch
- Created: 2012-12-09T14:52:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T01:01:24.000Z (almost 12 years ago)
- Last Synced: 2024-05-21T09:18:25.124Z (7 months ago)
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LESS MIXINS
A reuseable collection of Parametric [Less](http://lesscss.org/) mixins, you can use in your projects to speed up development.
## Usage
Simply `@import` the `less/mixins.less` file into the top of your main Less file.
`E.G @import "mixins.less";`
## What are Mixins
In LESS, it is possible to include a set of properties from one ruleset into another ruleset, these are called Mixins.
In addition to standard Mixins there is also a special type of ruleset which can be mixed in like classes, but accepts parameters, these are called `Parametric Mixins`.## Included Mixins
1. Rounded Corners
2. Box Shadows
3. Text Shadows
4. Drop Shadows
5. Inner Shadows
6. Opacity
7. Vertical Gradients
8. Horizontal Gradients
9. Transition Animation
10. Rotation### License & Disclaimer
- MIT License
- Copyright 2013, Ashley Hitchcock
- Please feel free to fork and contribute!