Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

rework placeholders

Latest
Compare
Choose a tag to compare
@javierartero javierartero released this 22 Oct 22:35
· 1 commit to master since this release
8f31de8

Placeholders have been modified.

You can now add them from any place with @include placeholder() accepts any number of arrays as string or as a map, if string uses the same name both for the placeholder as for the call to the function.

Now it does not allow creating placeholders once we have added the include marscss.

@include help

Now it gives detailed information about the placeholders that we have assets.

Big changes in @include marscss

Now only generates the placeholders, the arguments have been eliminated and it does not allow to be called more than once.

The documentation has been structured a bit but there is a lot of work here