Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andikod/zoumixins
https://github.com/andikod/zoumixins
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andikod/zoumixins
- Owner: AndiKod
- Created: 2023-11-14T12:38:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T13:53:17.000Z (about 1 year ago)
- Last Synced: 2024-10-10T15:24:03.052Z (about 1 month ago)
- Language: SCSS
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zouMixins
Collection of actual SCSS mixins projects, all in one place to be used in other projects.
## Install
From NPM
```shell
npm i zoumixins --save-dev
```Addapt the path to the needed depth in regard to the root folder when importing a collection in a SCSS file.
### Libraries
_...obviously just a beginning, to start the collection._
## [CSSOwl](https://cssowl.owl-stars.com/documentation.html#absolute)
_In the SCSS_
```scss
@use "../../node_modules/zoumixins/cssowl/before" as owl;.star {
@include owl.cssowl-before-float("*", 4px 10px 0 0);
}
```_In the HTML_
```html
Some title marked with a star
```### Mixin Groups
- [Absolute](https://cssowl.owl-stars.com/documentation.html#absolute)
- [After](https://cssowl.owl-stars.com/documentation.html#after)
- [Before](https://cssowl.owl-stars.com/documentation.html#before)
- [Coords](https://cssowl.owl-stars.com/documentation.html#coords)
- [Relative](https://cssowl.owl-stars.com/documentation.html#relative)
- [Sprite](https://cssowl.owl-stars.com/documentation.html#sprite)
- [Text](https://cssowl.owl-stars.com/documentation.html#text)#### Changelog
1.0.0
Hello