ash_sass_mixins
v1.0.7
Published
Sass Mixins To Make The CSS Easier
Downloads
2
Maintainers
Readme
npm i ash_sass_mixins
To Import Flex Mixins Styles For Example;
@use '../node_modules/ash_sass_mixins/src/flex' as *;
Responsive Utilities
1. Responsive Padding
// SCSS
@include responsive-padding(10px, 20px, 30px, 40px, 50px);
2. Responsive margin
@include responsive-margin(5px, 10px, 15px, 20px, 25px);
3. Responsive Flex Direction
@include responsive-flex-direction(row, column, row-reverse, column-reverse, row);
3. Responsive Flex Container
@include responsive-flex-container(row, center, center, 10px, column, space-between, center, 20px);
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
This project was created by Ashraf Mohaemd. For any inquiries, please contact the author at ashraf-1.vercel.app.
Repository
The source code for this project can be found at GitHub Repository.
Copyright
© 2024 Ashraf Mohaemd. All rights reserved.