From e182245d3205d929881f51da9b48d6c4ed97a682 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 8 Feb 2024 16:36:31 -0600 Subject: Commit inicial --- _sass/neat/_neat-helpers.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _sass/neat/_neat-helpers.scss (limited to '_sass/neat/_neat-helpers.scss') diff --git a/_sass/neat/_neat-helpers.scss b/_sass/neat/_neat-helpers.scss new file mode 100644 index 0000000..9c182d2 --- /dev/null +++ b/_sass/neat/_neat-helpers.scss @@ -0,0 +1,8 @@ +// Functions +@import "functions/private"; +@import "functions/new-breakpoint"; + +// Settings +@import "settings/grid"; +@import "settings/visual-grid"; +@import "settings/disable-warnings"; -- cgit v1.2.3