You tried registering a breakpoint using register-breakpoint
that was already defined. To avoid conflicts with existing breakpoints, Archetype will ignore any reassignments.
You should register your breakpoint under a different name, or resolve the conflict.
You tried to invoke a breakpoint block which doesn't exist.
Here's an example that will cause this to happen:
@include breakpoint(non-existent-breakpoint) {
...
};
Make sure you're using the correct breakpoint name and that it has been properly registered via register-breakpoint($name, $value)
.
You tried calling enable-breakpoint or disable-breakpoint on a breakpoint that does not exist.
Make sure you're using the correct breakpoint name and that it has been properly registered via register-breakpoint($name, $value)
. Or, remove the calls to these methods if they are not needed.
Archetype tried to convert a key-value pair list
into a hash
, but found an abnormality. This warning usually happens if you missed a comma or parentheses somewhere in your data structure.
Make sure you don't have any missing parentheses or commas in your data.
Archetype tried to convert a key-value pair list
into a hash
, but didn't find a value associated with the key.
Here's an example that will cause this to happen:
TODO
Make sure each of your keys has a value assigned to it.
TODO
TODO
TODO
TODO
[archetype:styleguide:identifier] `$1` does not contain an identifier. there are no registered components
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO