Lines Matching full:how

40   * [How to optimize multiple files?](#how-to-optimize-multiple-files)
41 * [How to process remote `@import`s correctly?](#how-to-process-remote-imports-correctly)
42 …* [How to apply arbitrary transformations to CSS properties?](#how-to-apply-arbitrary-transformati…
43 * [How to specify a custom rounding precision?](#how-to-specify-a-custom-rounding-precision)
44 * [How to keep a CSS fragment intact?](#how-to-keep-a-css-fragment-intact)
45 * [How to preserve a comment block?](#how-to-preserve-a-comment-block)
46 * [How to rebase relative image URLs?](#how-to-rebase-relative-image-urls)
47 * [How to work with source maps?](#how-to-work-with-source-maps)
48 …* [How to apply level 1 & 2 optimizations at the same time?](#how-to-apply-level-1--2-optimization…
50 * [How to use clean-css with build tools?](#how-to-use-clean-css-with-build-tools)
51 * [How to use clean-css from web browser?](#how-to-use-clean-css-from-web-browser)
53 * [How to get started?](#how-to-get-started)
124 * allows filtering based on selector in `transform` callback, see [example](#how-to-apply-arbitrary…
488 ## How to optimize multiple files?
518 ## How to process remote `@import`s correctly?
531 ## How to apply arbitrary transformations to CSS properties?
554 ## How to specify a custom rounding precision?
570 ## How to keep a CSS fragment intact?
600 ## How to preserve a comment block?
610 ## How to rebase relative image URLs?
618 ## How to work with source maps?
657 ## How to apply level 1 & 2 optimizations at the same time?
693 ## How to use clean-css with build tools?
707 ## How to use clean-css from web browser?
717 ## How to get started?