File: import_charset_ibm866.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 (11 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
@charset "IBM866"

.foo
  a: b

@import "foo.css"

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