thephilgray / gulp-epub-starter

An opinionated static EPUB generator with Less and BrowserSync + Readium Cloud Reader for live reload development.
2 stars 0 forks source link

add `.sr-only` rule to `styles.less` #76

Open thephilgray opened 5 years ago

thephilgray commented 5 years ago

needs to be included for boilerplate project

.sr-only {
  font-size: 0;
}