Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

cleanup compass #2486

Merged
merged 3 commits into from
Jul 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/all_styleguides
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for project in $projects; do
cp -ans `readlink -f $dir`/. $builddir
done

# create compass config
# create sass config
cat <<EOF > Gruntfile_${project}.js
module.exports = function(grunt) {
grunt.initConfig({
Expand Down
9 changes: 3 additions & 6 deletions docs/development/coding_guides/css_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@ Major contenders are `Sass <http://sass-lang.com/>`_,
with Sass so we will stick with it. CSS developers must read the `Sass
documentation <http://sass-lang.com/documentation/file.SASS_REFERENCE.html>`_.

We also use `Compass <compass-style.org>`_ — a library providing many useful mixins
and functions for Sass.

There are many more interesting projects in that ecosystem. Currently, we are
not using any of these. But we might be using some in the future.

Expand Down Expand Up @@ -495,9 +492,9 @@ Accessibility
design <http://alistapart.com/article/responsive-web-design>`_
(relative units like ``%``, ``em``, and ``rem``).
- Prefer to define foreground and background colors in the same spot.
Use
`color-contrast <http://beta.compass-style.org/reference/compass/utilities/color/contrast/>`_
by compass.
Use `color-contrast
<https://xi.github.io/sass-planifolia/#contrast>`_ by
sass-planifolia.
- While no support for IE < 9 is planned, do not introduce
incapabilities where not needed (robust).

Expand Down
19 changes: 0 additions & 19 deletions etc/compass.min.rb

This file was deleted.

18 changes: 0 additions & 18 deletions etc/compass.rb

This file was deleted.