 Issue 29730644:
  Issue 6514 - IOToggle Custom Element  (Closed)
    
  
    Issue 29730644:
  Issue 6514 - IOToggle Custom Element  (Closed) 
  | Index: css/desktop-options.scss | 
| =================================================================== | 
| --- a/css/desktop-options.scss | 
| +++ b/css/desktop-options.scss | 
| @@ -10,16 +10,18 @@ | 
| * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 
| * GNU General Public License for more details. | 
| * | 
| * You should have received a copy of the GNU General Public License | 
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 
| */ | 
| +@import "io-toggle.scss"; | 
| 
Thomas Greiner
2018/04/25 17:29:13
You're not using this component in the desktop opt
 
a.giammarchi
2018/04/26 10:44:50
Fair point, but that is why I was using `require`
 
Thomas Greiner
2018/04/26 17:00:51
I see. What about generating CSS files for each co
 | 
| + | 
| html | 
| { | 
| font-size: 16px; | 
| } | 
| body | 
| { | 
| background-color: #F3F3F3; |