Skip to content

Releases: officialxviid/sasses

v1.0.1

23 Jun 08:20
Compare
Choose a tag to compare

💡 Highlights

By the grace of Almighty Allah, alhamdulillah we have released our initial version with the initial package "Throw Package" to help developers in managing exception messages.

➕ Added

Throw Package

Provides Sass mixins and functions to standardize exception messages.

Mixins

Exception
Use in place of @error statements inside mixins or other control structures with CSS output (not functions).
Variable
Use in place of variable @error statements inside mixins or other control structures with CSS output (not functions).
Variable Type
Use in place of variable type @error statements inside mixins or other control structures with CSS output (not functions).
Parameter
Use in place of parameter @error statements inside mixins or other control structures with CSS output (not functions).
Parameter Type
Use in place of parameter type @error statements inside mixins or other control structures with CSS output (not functions).

Function

Exception
Use in place of @error statements inside functions.
Variable
Returns an error message stating an issue with one or more variables.
Variable Type
Returns an error message stating a variable received the wrong type.
Parameter
Returns an error message stating an issue with one or more parameters.
Parameter Type
Returns an error message stating a parameter received the wrong type.

🪄 Changed

Nothing has changed

💣 Removed

Nothing has removed

Full Changelog: 1.0...1.0.0

Full Changelog: https://github.com/officialxviid/sasses/commits/1.0.1