This commit is contained in:
reverend 2021-03-10 22:50:05 +01:00
parent 9646e8f812
commit b76c8a3882
3 changed files with 1 additions and 8 deletions

View File

@ -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}

View File

@ -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')

View File

@ -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.