Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Look into updating with sass:string #85

Open
todo bot opened this issue Feb 28, 2020 · 0 comments
Open

Look into updating with sass:string #85

todo bot opened this issue Feb 28, 2020 · 0 comments

Comments

@todo
Copy link

todo bot commented Feb 28, 2020

// TODO: Look into updating with sass:string
@mixin padding($padding-location: 'shorthand top right bottom left', $size...) {
@if $padding-location == number {
@error '`#{$padding-location}` is not a valid value for $padding-location. Please set $padding-location to a string value. ';
}


This issue was generated by todo based on a TODO comment in 85cc732 when #80 was merged. cc @voyagerstudio.
@todo todo bot added the todo 🗒️ label Feb 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

0 participants