amcss / attribute-module-specification

The Attribute-Module CSS (AMCSS) Specification
MIT License
393 stars 8 forks source link

Typo in the example #26

Closed sompylasar closed 9 years ago

sompylasar commented 9 years ago

The line

[am-traitName~="three"], .breakpoint-mobile [am-traitName~="breakpoint:three"] { /* styles */ }

should be

[am-traitName~="three"], .breakpoint-mobile [am-traitName~="mobile:three"] { /* styles */ }

(replace breakpoint:three with mobile:three).

benschwarz commented 9 years ago

@sompylasar Any chance you could turn this into a pull request?

sompylasar commented 9 years ago

No time to fork/edit/push. The repo owner will likely do this in a minute.

kevinpeno commented 9 years ago

@sompylasar You know you can make a PR by editing a file on the owner's repo right? No need to fork in the traditional sense. :)

sompylasar commented 9 years ago

@kevinpeno sorry I forgot about that feature, thanks for reminder.