To Use ash_sass_mixins
npm i ash_sass_mixins
To Import Flex Mixins Styles For Example;
@use '../node_modules/ash_sass_mixins/src/flex' as *;
You Have Sass And Grid Controlling Mixins Classes
Can You Save A Lot Of Lines
Reset Page Spaces
// SCSS
@include responsive-padding(10px, 20px, 30px, 40px, 50px);
@include responsive-margin(5px, 10px, 15px, 20px, 25px);
@include responsive-flex-direction(row, column, row-reverse, column-reverse, row);
@include responsive-flex-container(row, center, center, 10px, column, space-between, center, 20px);
This project is licensed under the MIT License - see the LICENSE file for details.
This project was created by Ashraf Mohaemd. For any inquiries, please contact the author at ashraf-1.vercel.app.
The source code for this project can be found at GitHub Repository.
© 2024 Ashraf Mohaemd. All rights reserved.