From b76c8a3882e1bdd3dfc93d79f62b38a017ecbef1 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 10 Mar 2021 22:50:05 +0100 Subject: [PATCH] Fixes --- components/00_Tools/_bemGenerator.styl | 1 - components/01_Layouts/breakPoint/_breakPoint.styl | 6 ------ fractal.config.js | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/components/00_Tools/_bemGenerator.styl b/components/00_Tools/_bemGenerator.styl index a22a9ab..4f7c9df 100644 --- a/components/00_Tools/_bemGenerator.styl +++ b/components/00_Tools/_bemGenerator.styl @@ -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} diff --git a/components/01_Layouts/breakPoint/_breakPoint.styl b/components/01_Layouts/breakPoint/_breakPoint.styl index d030919..4b1b9c9 100644 --- a/components/01_Layouts/breakPoint/_breakPoint.styl +++ b/components/01_Layouts/breakPoint/_breakPoint.styl @@ -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') diff --git a/fractal.config.js b/fractal.config.js index 8477f2a..8eb103b 100644 --- a/fractal.config.js +++ b/fractal.config.js @@ -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.