Fixes
This commit is contained in:
parent
9646e8f812
commit
b76c8a3882
@ -140,7 +140,6 @@ RV-Block--modifier(name=null)
|
|||||||
+RV-Level(name, '--', ('RV-Block' 'RV-Block--shorthand'), @(name){return '&--' + name}, true)
|
+RV-Level(name, '--', ('RV-Block' 'RV-Block--shorthand'), @(name){return '&--' + name}, true)
|
||||||
if is_nested_in('RV-Block--shorthand') && length(called-from) > 0
|
if is_nested_in('RV-Block--shorthand') && length(called-from) > 0
|
||||||
mixin_name = split('--', called-from[0])[0]
|
mixin_name = split('--', called-from[0])[0]
|
||||||
p(mixin_name)
|
|
||||||
convert(unquote(mixin_name)+'()')
|
convert(unquote(mixin_name)+'()')
|
||||||
{block}
|
{block}
|
||||||
|
|
||||||
|
@ -23,11 +23,6 @@ RV-BreakPoint(breakPoint)
|
|||||||
|
|
||||||
RV-Reset()
|
RV-Reset()
|
||||||
gap 0px
|
gap 0px
|
||||||
|
|
||||||
RV-Utils__ElementAmount--range(0, 20, @(index, total){
|
|
||||||
min-width "calc((%s - (var(--spacing-inner) * (%s - 1))) / %s - (2 * var(--spacing-inner)))" % (breakPoint index index)
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
RV-BreakPoint--wrap()
|
RV-BreakPoint--wrap()
|
||||||
+RV-Block--modifier()
|
+RV-Block--modifier()
|
||||||
@ -38,7 +33,6 @@ RV-BreakPoint--wrap()
|
|||||||
RV-BreakPoint--horizontal()
|
RV-BreakPoint--horizontal()
|
||||||
+RV-Block--modifier()
|
+RV-Block--modifier()
|
||||||
flex-wrap nowrap
|
flex-wrap nowrap
|
||||||
min-width min-content
|
|
||||||
|
|
||||||
+RV-Element('Item')
|
+RV-Element('Item')
|
||||||
+RV-Element--modifier('outside')
|
+RV-Element--modifier('outside')
|
||||||
|
@ -14,7 +14,7 @@ const fractal = module.exports = require('@frctl/fractal').create();
|
|||||||
/*
|
/*
|
||||||
* Give your project a title.
|
* Give your project a title.
|
||||||
*/
|
*/
|
||||||
fractal.set('project.title', 'lostplaces');
|
fractal.set('project.title', 'rCSS');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Tell Fractal where to look for components.
|
* Tell Fractal where to look for components.
|
||||||
|
Loading…
Reference in New Issue
Block a user