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)
|
||||
if is_nested_in('RV-Block--shorthand') && length(called-from) > 0
|
||||
mixin_name = split('--', called-from[0])[0]
|
||||
p(mixin_name)
|
||||
convert(unquote(mixin_name)+'()')
|
||||
{block}
|
||||
|
||||
|
@ -23,11 +23,6 @@ RV-BreakPoint(breakPoint)
|
||||
|
||||
RV-Reset()
|
||||
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-Block--modifier()
|
||||
@ -38,7 +33,6 @@ RV-BreakPoint--wrap()
|
||||
RV-BreakPoint--horizontal()
|
||||
+RV-Block--modifier()
|
||||
flex-wrap nowrap
|
||||
min-width min-content
|
||||
|
||||
+RV-Element('Item')
|
||||
+RV-Element--modifier('outside')
|
||||
|
@ -14,7 +14,7 @@ const fractal = module.exports = require('@frctl/fractal').create();
|
||||
/*
|
||||
* Give your project a title.
|
||||
*/
|
||||
fractal.set('project.title', 'lostplaces');
|
||||
fractal.set('project.title', 'rCSS');
|
||||
|
||||
/*
|
||||
* Tell Fractal where to look for components.
|
||||
|
Loading…
Reference in New Issue
Block a user