Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed Oct 18, 2022
1 parent f05ff3f commit f32dc3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions dist/util.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,20 +126,21 @@
* Requires
*/
/**
* Select current scope only if no class is set
* Select current scope only if given attribute is not set or optionally empty
* @param {string} $attribute - Attribute name
* @param {boolean} $empty - Include empty attribute
* @param {string} $error - Error message prefix
* @output Wraps given content styles to apply only if the current scope element has no class attribute or its empty
* @output Wraps given content styles to apply only if the current scope element does not have the given attribute or its empty
*/
/**
* Requires
*/
/**
* Select current scope only if a given attribute is set
* @param {string} $attribute - Attribute name, default: 'class'
* @param {boolean} $empty - Allow empty attribute
* @param {string} $error - Error message prefix
* @output Wraps given content styles to apply only if the current scope element has no class attribute or its empty
* @output Wraps given content styles to apply only if the current scope element has the given attribute
*/
/**
* Requires
Expand All @@ -163,16 +164,6 @@
/**
* Requires
*/
/**
* Font style setter
* Adds the given font style attributes in current scope
* @param {string} $style - Name of font style
* @param {map} $styles - Map of font styles to use
* @output Adds the given font attributes in current scope
*/
/**
* Requires
*/
/**
* Fluid style basic setter
* Creates a fluid font style between a min and max
Expand Down
Loading

0 comments on commit f32dc3b

Please sign in to comment.