File: import_charset.sass

package info (click to toggle)
ruby-sass 3.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ruby: 32,443; sh: 26; makefile: 25
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
.foo
  a: b

@import "foo.css"

// Even though the imported file is in IBM866,
// since the root file is in UTF-8/ASCII
// the output will end up being UTF-8.
@import "imported_charset_ibm866"