1.0.7 • Published 11 months ago

ash_sass_mixins v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago
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.

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.1

11 months ago

1.0.3

11 months ago

1.0.0

1 year ago