This space is an archive space for documentation related to old versions of Fluid Infusion (i.e. versions before 1.3). For documentation related to the latest Infusion, see Infusion Documentation.
Tutorial - FSS 1.0 Migration
This page is a work in progress, and any information here should be considered, for now, to be incomplete. This warning will be removed when complete.
File Name Changes
FSS css file naming convention has changed. "." was replaced by "-" and "fluid" was replaced by "fss"
NOTE: Certain CSS files have been relocated, removed, and restructured. Larger changes can be found below. For specific class names, please see what has been #Migrated out of FSS.
Category | Old | New |
|---|---|---|
FSS | fluid-components/css/fluid.layout.css | framework/fss/css/fss-layout.css |
FSS | fluid-components/css/fluid.reset.css | framework/fss/css/fss-reset.css |
FSS | fluid-components/css/fluid.text.css | framework/fss/css/fss-text.css |
FSS | fluid-components/css/fluid.states.css | Refactored into Reorderer, Inline Edit |
FSS | fluid-components/css/fluid.theme.hc.css | framework/fss/css/fss-theme-hc.css |
FSS | fluid-components/css/fluid.theme.mist.css | framework/fss/css/fss-theme-mist.css |
FSS | fluid-components/css/fluid.theme.debug.css | framework/fss/css/fss-theme-debug.css |
FSS | fluid-components/css/fluid.theme.rust.css | framework/fss/css/fss-theme-rust.css |
Pager | fluid-components/css/fluid.components.pager.css | components/pager/css/Pager.css |
UI Options | fluid-components/css/fluid.components.ui-options.css | components/uiOptions/css/UIOptions.css |
UI Options | fluid-components/css/fluid.components.ui-options.preview.css | components/uiOptions/css/UIOptionsPreview.css |
Uploader | fluid-components/css/fluid.components.uploader.css | components/uploader/css/Uploader.css |
FSS Demo | fluid-components/css/FSSDemo.css | standalone-demos/quick-start-examples/fss/css |
Class Changes
For consistency, all classes used as DOM selectors have been given an "flc-" prefix, and ones used for visual styling have an "fl-" prefix. For more information on our naming conventions, please see FSS Naming Conventions#Naming Conventions